pp108 : Enabling Response Validation at Gateway

Enabling Response Validation at Gateway

This topic describes enabling response validation at Web Gateway.


Response is validated at Web Gateway to ensure that the response of the SOAP request coming in to the Gateway is according to WSDL Web service operation. Here apart from the response, the SOAP protocol and the SOAP request are validated. So when the SOAP response is validated the request too is validated.

  1. Assign 'cordys.gateway.response.validation' property 'true' in wcp.properties file using Management Console. For more information on modifying a property, refer to Managing Platform Properties.
    Note: When the cordys.gateway.response.validation property in the wcp.properties file is set to false, response validation is disabled.
  2. Restart the Web server.

    The response validation at Gateway is enabled.

    Note: This validates the SOAP protocol, request, and the response. To validate SOAP protocol and the request, enable request validation at Gateway. For more information, refer Enabling Request Validation. To validate SOAP protocol alone, enable SOAP validation at Gateway. See topic Enabling SOAP Protocol Validation at Gateway for more information.

Related tasks

Enabling Payload Validation at Gateway (Deprecated)
Enabling SOAP Validation at Gateway (Deprecated)
Enabling SOAP Protocol Validation at Gateway
Enabling Request Validation at Gateway
Managing Platform Properties